home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 October
/
Chip_2002-10_cd1.bin
/
sharewar
/
bcode
/
bcmag31.exe
/
{app}
/
bcMagic.exe
/
0
/
RCDATA
/
TFSEQSETTINGS
/
TFSEQSETTINGS.txt
Wrap
Text File
|
2001-12-23
|
3KB
|
152 lines
object FSeqSettings: TFSeqSettings
Left = 330
Top = 241
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Sequence Settings'
ClientHeight = 215
ClientWidth = 256
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Scaled = False
PixelsPerInch = 96
TextHeight = 14
object Label6: TLabel
Left = 8
Top = 66
Width = 36
Height = 14
Caption = 'Current'
end
object Label5: TLabel
Left = 116
Top = 94
Width = 60
Height = 14
Alignment = taRightJustify
Caption = '-> Maximum'
end
object Label4: TLabel
Left = 3
Top = 95
Width = 40
Height = 14
Caption = 'Minimum'
end
object Label1: TLabel
Left = 2
Top = 123
Width = 40
Height = 14
Caption = 'Min Size'
end
object Label2: TLabel
Left = 18
Top = 31
Width = 28
Height = 14
Caption = 'Prefix'
end
object Label3: TLabel
Left = 14
Top = 159
Width = 29
Height = 14
Caption = 'Suffix'
end
object OkBtn: TButton
Left = 96
Top = 184
Width = 75
Height = 25
Caption = '&Ok'
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 176
Top = 184
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
object eSeqCur: TEdit
Left = 47
Top = 63
Width = 66
Height = 22
MaxLength = 9
TabOrder = 2
Text = '1'
OnExit = eSeqCurExit
OnKeyPress = eMinSizeKeyPress
end
object eSeqMax: TEdit
Left = 179
Top = 91
Width = 70
Height = 22
MaxLength = 9
TabOrder = 3
Text = '999999999'
OnExit = eSeqMaxExit
OnKeyPress = eMinSizeKeyPress
end
object eSeqMin: TEdit
Left = 47
Top = 91
Width = 66
Height = 22
MaxLength = 9
TabOrder = 4
Text = '0'
OnExit = eSeqMinExit
OnKeyPress = eMinSizeKeyPress
end
object eMinSize: TEdit
Left = 46
Top = 121
Width = 67
Height = 22
MaxLength = 1
TabOrder = 5
Text = '0'
OnExit = eMinSizeExit
OnKeyPress = eMinSizeKeyPress
end
object ePrefix: TEdit
Left = 48
Top = 28
Width = 113
Height = 22
MaxLength = 255
TabOrder = 6
OnChange = ePrefixChange
end
object eSuffix: TEdit
Left = 44
Top = 156
Width = 113
Height = 22
MaxLength = 255
TabOrder = 7
OnChange = eSuffixChange
end
object pSeq: TPanel
Left = 0
Top = 0
Width = 256
Height = 25
Align = alTop
BevelInner = bvLowered
TabOrder = 8
end
end